From: Ian Campbell Date: Mon, 3 Sep 2007 14:04:03 +0000 (+0100) Subject: Build libflask unconditionally since the python low-level tools X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14987^2~16 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=2c312d03cddaa6590a557b65bf4c12326cd46dde;p=xen.git Build libflask unconditionally since the python low-level tools require it and it does't seem to pull in any major dependencies. The alternative would have been to hack tools/python/setup.py to conditionally compile the flask stuff. Signed-off-by: Ian Campbell --- diff --git a/tools/Makefile b/tools/Makefile index ec62aa3ead..c150dbd984 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -3,9 +3,7 @@ include $(XEN_ROOT)/tools/Rules.mk SUBDIRS-y := SUBDIRS-y += libxc -ifeq ($(FLASK_ENABLE),y) SUBDIRS-y += flask -endif SUBDIRS-y += xenstore SUBDIRS-y += misc SUBDIRS-y += examples